.content {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 0 46px 0;
            }

            .child {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 272px;
                height: 369px;
                background: #ffffff;
                box-shadow: 1px 5px 18px 0px rgb(0 0 0 / 13%);
                border-radius: 8px;
                margin-right: 34px;
            }
            .child > img {
                width: 55px;
                height: 55px;
                margin-top: 28px;
            }
            .child > h3 {
                color: #343434;
                font-size: 20px;
                margin-bottom: 24px;
            }
            .child > .info {
                text-align: center;
                color: #9a9a9a;
                font-size: 14px;
            }
            .child > a {
                display: block;
                width: 146px;
                height: 44px;
                border: 1px solid #007cfc;
                color: #007cfc;
                text-align: center;
                line-height: 44px;
                background: #fff;
                margin: auto;
                transition: all 0.3s;
                text-decoration: none;
            }